home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / sound / rsynth22.zip / FILE.H < prev    next >
C/C++ Source or Header  |  1994-09-19  |  217b  |  7 lines

  1. extern int file_init PROTO((int argc,char *argv[]));
  2. typedef void (*file_write_p) PROTO((int n, short *data));
  3. typedef void (*file_term_p) PROTO((void));
  4.  
  5. extern file_write_p file_write;
  6. extern file_term_p file_term;
  7.